PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFPushButtonWidget Class / setIcon Method
A com.o2sol.pdf4java.graphics.PDFFormXObject that represents the widget icon.
In This Topic
    setIcon Method
    In This Topic
    Sets the widget icon.
    Syntax
    public void setIcon( 
       PDFFormXObject value
    )

    Parameters

    value
    A com.o2sol.pdf4java.graphics.PDFFormXObject that represents the widget icon.
    See Also